From cfef21501c29cd027c96dab457c331203558383e Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Sat, 25 Dec 2021 14:33:49 +0200 Subject: [PATCH] FileChooser: Sort directories before files by default This imho is what most people[1][2] would expect to be the default in modern times; considering this also cannot be "easily" configured outside of the cli utilities gsettings or dconf it should just be the default. [1] https://superuser.com/questions/843615/gtk-3-14-file-chooser-folders-first [2] https://askubuntu.com/questions/789505/can-i-choose-to-not-sort-directories-before-files-on-file-open-dialogs --- gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml b/gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml index 985b9dda80..b6e69a1d3f 100644 --- a/gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml +++ b/gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml @@ -76,7 +76,7 @@ - false + true Show folders first If set to true, then folders are shown before files in the list. -- 2.30.2